html {
margin: 0px;
padding:0px;
height:100%;
min-width: 980px;
}
body { 
background: #f3f4f6;
font-family: 'Open Sans', sans-serif;
font-size:14px;
font-weight: normal;
font-style: normal;
color: #000000;
margin: 0px;
padding:0px;
min-height:100%;
height: 100%; 
min-width: 980px;
}
hr{
clear:both;
width:100%;
border:0;
border-bottom: 1px dotted #ccc;
padding-top:10px;
margin-bottom:10px;
}
/* --- Links --- */
a{
color:#004a97;
text-decoration:underline;
}
a:hover{
text-decoration:none;
}
/* --- SocButtons --- */
.share42init{
float:right;
}
#share42 a {
opacity: 0.7;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#share42 a:hover {
opacity: 1
}


#frame{
clear:left;
display:block;
background:  #ffffff;
width:980px;
margin:0 auto;
min-width: 980px;
min-height: 100%;
box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
#header{
position:relative;
float:left;
background: url("../images/header-bg.jpg") top left repeat-x #345fa4;
width:100%;
height:160px;
color:#ffffff;
}
#header p{
margin:0;
}
#header-photo{
float:right;
width:365px;
height:160px;
background: url("../images/header.jpg") bottom right no-repeat;
}
#title{
float:left;
background: url("../images/title-bg.png") top left repeat-y;
min-width:467px;
height:94px;
margin: 37px 0 0 95px;
}
#title p{
padding-top:5px;
font-size: 24px;
font-family: "Times New Roman";
text-shadow: 0px 0px 5px #222;
}
#title p span{
color:#ffff00;
font-size: 14px;
font-family: 'Open Sans', sans-serif;
}
#logo{
position:relative;
display:block;
float:left;
width:82px;
height:94px;
margin-left: -41px;
margin-right:25px;
}
#logo a{
position:absolute;
display:block;
width:490px;
height:94px;
background: url("../images/logo.png") top left no-repeat;
}
/* --- Top menu ---*/
/* ----------------------------------------------------- */
#topmenu{
display:block;
float:left;
clear:left;
width:100%;
height:35px;
border-bottom:1px solid #113981;
background: url("../images/topmenu.jpg") top left repeat-x #184c9f;
border-radius: 0 0 8px 8px; 
-moz-border-radius: 0 0 8px 8px; 
-webkit-border-radius: 0 0 8px 8px;
}
#topmenu > div > ul{
display: inline-block;
list-style-type: none;
margin: 0;
padding: 0;
border: 0;
margin:-1px 0 0 0;
}
#topmenu > div > ul > li{
position:relative;
float:left;
border-top:1px solid #417abd;
border-right: 1px solid #113981;
border-left: 1px solid #417abd;
}
#topmenu > div > ul > li:hover{
border-top:1px solid #0e4891;
border-right: 1px solid #113981;
border-left: 1px solid #0e4891;
background: url("../images/topmenu-hover.jpg") top left repeat-x #184c9f;
}
#topmenu > div > ul > li:first-child{
border-radius: 0 0 0 8px; 
-moz-border-radius: 0 0 0 8px; 
-webkit-border-radius: 0 0 0 8px;
}
#topmenu > div > ul > li:last-child{
border-right: 0;
}
#topmenu > div > ul > li:last-child:hover{
border-right: 1px solid #113981;
}
#topmenu > div > ul > li > a, #topmenu > div > ul > li > span{
display:block;
height: 35px;
line-height: 35px;
padding: 0 10px;
color:#ffffff;
font-size:14px;
text-decoration:none;
text-shadow: 0px 0px 2px black;
cursor:pointer;
}
#topmenu > div > ul > li > a:hover{
background: url("../images/topmenu-hover.jpg") top left repeat-x #184c9f;
}
#topmenu > div > ul > li:first-child > a:hover{
border-radius: 0 0 0 8px; 
-moz-border-radius: 0 0 0 8px; 
-webkit-border-radius: 0 0 0 8px;
}
/* --- Top submenu ---*/
/* ----------------------------------------------------- */
#topmenu > div > ul > li > ul{
list-style-type: none;
z-index: 100;
top:44px;
min-width:350px;
max-width:700px;
position:absolute;
padding:0 0 5px 0;
background:#f1f2f6;
display:none;
border-radius: 8px; 
-moz-border-radius: 8px; 
-webkit-border-radius: 8px;
border:1px solid #bdbdbb;
box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
#topmenu > div > ul > li:hover > ul{
display:block;
}
#topmenu > div > ul > li > ul > li{
padding:0 10px;
float:none;
border:0;
}
#topmenu ul li:hover ul li:first-child{
padding-top:20px;
margin-top:-10px;
background: url("../images/topmenu-arrow.gif") top left no-repeat;
}
#topmenu ul ul li:last-child, #topmenu ul ul li:last-child:hover{
border:0;
}
#topmenu ul ul li:hover{
border:0;
background:none;

}
#topmenu ul ul li a:hover{
border:0;
text-decoration:underline;
background:none;
border-bottom: 1px dotted #d4d5d7;
}
#topmenu ul ul li a, #topmenu ul ul li span{
display:inline-block;
width:100%;
font-size:12px;
/*color:#6e6e6e;*/
color:#222;
text-shadow: none;
text-decoration:none;
height: auto;
padding: 3px 0;
line-height: 16px;
border-bottom: 1px dotted #d4d5d7;
}
#topmenu > div > ul > li > ul > li.parent > a, #topmenu > div > ul > li > ul > li.parent > span{
background: url("../images/parent.gif") center right no-repeat;
border-bottom: 1px solid #d4d5d7;
border-top: 1px dotted #d4d5d7;
}
#topmenu > div > ul > li > ul > li.parent:first-child > a, #topmenu > div > ul > li > ul > li.parent:first-child > span{
border-top: 0;
}
#topmenu  > div > ul > li > ul > li:last-child > a, #topmenu  > div > ul > li > ul > li > ul > li:last-child > a{
border-bottom:0;
}
#topmenu > div > ul > li > ul > li.parent:last-child > a, #topmenu > div > ul > li > ul > li > ul > li.parent:last-child > a{
border-bottom: 1px solid #d4d5d7;

}
/* -------- */
#topmenu ul ul ul{
list-style-type: none;
margin:0 10px 0 0;
position:relative;
padding:0 0 5px 0;
background:#f1f2f6;
display:block;
border-radius: 0px; 
-moz-border-radius: 0px; 
-webkit-border-radius: 0px;
border:0;
box-shadow: none;
}
#topmenu ul li:hover ul ul li:first-child{
padding-top:0px;
margin-top:0px;
background:none;
}
#topmenu ul ul li.parent ul li a, #topmenu ul ul li.parent ul li span{
margin:0 0 0 10px;
padding: 2px 0px;
background: none;
font-size:11px;
color:#6e6e6e;
}
#topmenu ul ul ul li.parent ul li a{
margin:0 0 0 0px;
color:#6e6e6e;
}
#topmenu > div > ul > li > ul > li > ul > li.parent > a, #topmenu > div > ul > li > ul > li > ul > li.parent > span{
border-bottom: 1px solid #d4d5d7;
border-top:0;
}
#topmenu ul ul ul ul{
list-style-type:square;
margin:0 0 0 25px;
}
/* --- Breadcrumbs ---*/
/* ----------------------------------------------------- */
#top-module{
position:relative;
width:100%;
float:left;
clear:left;
border-top:1px solid #417abd;
border-bottom:1px solid #bdbdbb;
background: url("../images/breadcrumb.jpg") bottom left repeat-x #dededc;
}
#breadcrumbs{
display:block;
float:left;
width:100%;
height:18px;
padding-left: 10px;
line-height:18px;
color:#333;
font-size:11px;
}
#breadcrumbs a{
color:#333;
text-decoration:none;
white-space:nowrap;
}
#breadcrumbs a:hover{
text-decoration:underline;
}
#sitemap{
float:right;
margin-right:20px;
}
#sitemap ul{
list-style-type: none;
margin:0;
padding:0;
}
#sitemap ul li{
float:left;
padding:0 7px;
border-left: 1px solid #BDBDBB;
}
#sitemap a{
color:#333;
text-decoration:underline;
white-space:nowrap;
}
#sitemap a:hover{
text-decoration:none;
}
#sitemap ul li img{
padding:2px 3px 0 0;
}
#datemodule{
font-size:12px;
position:absolute;
top:0;
left:0;
background: url("../images/moduletable.jpg") top left repeat-x #1650a2;
padding: 3px 20px;
border-radius: 0 0 12px 0;
-moz-border-radius: 0 0 12px 0; 
-webkit-border-radius: 0 0 12px 0;
text-shadow: 0px 0px 3px black;
}
/* --- Search module ---*/
/* ----------------------------------------------------- */
#search{
position:absolute;
right:0;
top:0;
z-index:10;
padding:5px 15px 5px 0;
width:250px;
}
#top-module .search{
float:right;
}

#search input{
display:block;
/*width:60px;*/
width:130px;
color:#717171;
padding:2px 20px 2px 5px;
border: 1px solid #bdbdbb;
border-radius: 3px; 
-moz-border-radius: 3px; 
-webkit-border-radius: 3px;
background: url("../images/search.gif") center right no-repeat #ffffff;
box-shadow: inset 0 2px 4px rgba(0,0,0,0.3);
font-size:12px;
/*-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;*/
}
/*
#search input:focus{
width:150px;
}
*/
#search h3{
display:none;
}
/* --- Content ---*/
/* ----------------------------------------------------- */
#content{
display:block;
clear:left;
width:100%;
background: url("../images/content-bg.jpg") top left repeat-x #ffffff;
}
#aligner{
display:block;
clear:both;
}
/* --- Left column ---*/
/* ----------------------------------------------------- */
#leftcolumn{
width: 200px;
float:left;
margin: 10px 15px;
}
/* --- Right column ---*/
/* ----------------------------------------------------- */
#rightcolumn{
width: 250px;
float:right;
margin: 10px 15px;
}
/* --- Module classes ---*/
/* ----------------------------------------------------- */
#leftcolumn .moduletable, #rightcolumn .moduletable{
clear:both;
/*font-size:13px;*/
font-size:90%;
background:#f3f4f6;
border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
margin-bottom: 15px;
padding-bottom:5px;
}
#leftcolumn .moduletable h3, #rightcolumn .moduletable h3{
margin:0;
/*font-size:14px;*/
font-size:110%;
font-weight:normal;
color:#ffffff;
background: url("../images/moduletable.jpg") top left repeat-x #1650a2;
padding:5px 10px;
text-shadow: 0px 0px 2px black;
border-bottom:2px solid #113981;
}

/*----Media ----*/
#leftcolumn .moduletable.media h3, #rightcolumn .moduletable.media h3{
/*background: url("../images/moduletable-media.jpg") top left repeat-x #1650a2;
padding:5px 10px 5px 35px;*/
}
#content #rightcolumn .moduletable.media ul li a{
background:none;
padding-left:0;
min-height:18px;
}
#content #rightcolumn .moduletable.media ul li a span{
display:block;
padding-left:20px;
}
#rightcolumn .moduletable.media img{
float:left;
margin: 3px 0 0 2px;
}

/*----Message ----*/
#leftcolumn .moduletable.message h3, #rightcolumn .moduletable.message h3{
background: url("../images/moduletable-message.jpg") top left repeat-x #1650a2;
padding:5px 10px 5px 35px;
}/*---*/
#leftcolumn .moduletable p, #rightcolumn .moduletable p{
margin:0;
padding:5px 10px;
}
#rightcolumn .moduletable .poll{
margin:0 10px 10px 10px;
}

#leftcolumn .moduletable ul, #rightcolumn .moduletable ul, #bottom .moduletable ul{
margin:10px 0px 10px 20px;
padding:0px;
list-style-image: url(../images/list.gif);
}
#leftcolumn .moduletable ul.noli, #rightcolumn .moduletable ul.noli{
margin:0px 0px 10px 0px;
list-style-image: none;
list-style-type: none;
}
#leftcolumn .moduletable.noli img, #rightcolumn .moduletable.noli img{
background:#ffffff;
border:1px solid #bdbdbb;
box-shadow: 0 0 5px rgba(0,0,0,0.2);
padding:5px;
}
#leftcolumn .moduletable ul.menu, #rightcolumn .moduletable ul.menu{
margin:10px;
padding:0px;
list-style-image: none;
list-style-type: none;
color:#4e4b49;
}
#leftcolumn .moduletable ul.menu li, #rightcolumn .moduletable ul.menu li{
/*font-size:13px;*/
font-size:100%;
border-bottom: 1px dotted #d4d5d7;
/*background: url("../images/list.gif") top left no-repeat;*/
}
#leftcolumn .moduletable ul.menu li:last-child, #rightcolumn .moduletable ul.menu li:last-child{
border:0;
}
#leftcolumn .moduletable ul.menu li a, #rightcolumn .moduletable ul.menu li a{
display:block;
color:#000;
text-decoration:none;
padding:5px 3px 5px 12px;
background: url("../images/list.gif") top left no-repeat;
}
#leftcolumn .moduletable ul.menu li:hover, #rightcolumn .moduletable ul.menu li:hover{
background: url("../images/content-bg.jpg") top left repeat-x #ffffff;
}
/*----Подписка на новости ----*/
.acymailing_form{
padding-top:20px;
}
.acymailing_form input[type="text"]{
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
border-radius: 3px;
-moz-border-radius: 3px; 
-webkit-border-radius: 3px;
box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.071);
box-sizing: border-box;
color: #333333;
display: inline-block;
font-family: sans-serif;
font-size: 12px;
height: 25px;
line-height: 25px;
padding: 4px 6px;
transition: border 0.2s cubic-bezier(0, 0, 1, 1) 0, box-shadow 0.2s cubic-bezier(0, 0, 1, 1) 0;
}
ul.horizontal-layout li input.btn { 
float: left !important;
min-width: 100px;
}
.acymailing_form input[type="Submit"]{ 
background-color: #F5F5F5;
background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
background-repeat: repeat-x;
border: 1px solid rgba(0, 0, 0, 0.102);
border-bottom: 1px solid #A2A2A2;
border-radius: 4px;
-moz-border-radius: 4px; 
-webkit-border-radius: 4px;
box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.196), 0px 1px 2px rgba(0, 0, 0, 0.047);
color: #333333;
font-size: 14px;
line-height: 20px;
padding: 4px 12px;
}
.map{
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
border-radius: 3px;
-moz-border-radius: 3px; 
-webkit-border-radius: 3px;
box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.071);
box-sizing: border-box;
color: #333333;
display: inline-block;
font-family: sans-serif;
font-size: 12px;
height: 30px;
line-height: 30px;
padding: 4px 6px;
transition: border 0.2s cubic-bezier(0, 0, 1, 1) 0, box-shadow 0.2s cubic-bezier(0, 0, 1, 1) 0;
}
/*----Форма обращений ----*/
.formResponsive input, .formResponsive textarea {
width: 410px;
}
.formBody img{
float:left;
padding-top:15px;
padding-right:20px;
}
textarea {
resize: vertical;
}

/* --- Main Component ---*/
/* ----------------------------------------------------- */
#filterbox{
clear:both;
display:none;
padding:10px 0 20px 0;
/*font-size:12px;*/
font-size:85%;
background:#f3f4f6;
border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
}

.ja-k2filter input[type=text], .ja-k2filter select, .ja-k2filter textarea {
/*font-size:12px;*/
font-size:100%;
line-height:20px;
height:20px;
padding: 0 0 0 6px;
margin-bottom:2px;
width:310px;
color: #555;
}
.ja-k2filter input[type=text].date{
width:85px;
}
.ja-k2filter .clr{
clear:none;
}
.ja-k2filter label {
/*font-size:12px;*/
font-size:100%;
}
.ja-k2filter label.group-label {
font-weight:normal;
}
#content .ja-k2filter  p{
float:left;
margin:0;
}
ul.ja-k2filter li p img { 
margin-right:20px;
margin-bottom:-4px;
}
ul.ja-k2filter li label {
margin-bottom: 3px;
}
ul.ja-k2filter li  p label{
float:left;
margin:6px 10px 0 0;
}
ul.ja-k2filter li{
width:45%;
float:left;
}
.show-filter{
float:right;
padding-bottom:10px;
}
.show-filter a{
position:relative;
white-space:nowrap;
display:block;
padding:3px 20px;
min-width:100px;
/*font-size:11px;*/
font-size:75%;
color:#ffffff;
text-decoration:none;
text-align:center;
text-shadow: 0px 0px 2px black;
border-radius: 3px; 
-moz-border-radius: 3px; 
-webkit-border-radius: 3px;
border-top:1px solid #67a2e7;
border-left:1px solid #67a2e7;
border-right:1px solid #113981;
border-bottom:1px solid #113981;
background: url("../images/moduletable.jpg") top left repeat-x #1650a2;
}
.show-filter a:active{
/*padding:4px 19px 2px 21px;*/
border-top:1px solid #113981;
border-left:1px solid #113981;
border-right:1px solid #67a2e7;
border-bottom:1px solid #67a2e7;
}
#ja_filterform .button { 
border: 0;
font-weight: bold;
margin: 0px 0px 5px;
padding: 4px 6px;
width:119px;
height:21px;
font-size:13px;
color:#ffffff;
background: url("../images/filter-button.png") top left no-repeat;
}
/*--------------*/

#component{
float:left;
width:520px;
margin: 10px 0;
}
#component2{
float:left;
width:675px;
padding-left:20px;
margin: 10px 0px 10px 0;
}
.blog-featured{
width:100%;
}
.cols-1{
width:100%;
}
h5{
font-size:12px;
font-weight:normal;
}
#component h1,#component2 h1, .category-list h2, .componentheading{
width:100%;
/*font-size:16px;*/
font-size:110%;
font-weight:normal;
margin:0 0 10px 0;
color:#322760;
border-bottom: 2px solid #9b3423;
}
#component h2,#component2 h2, .search .result-title, div.genericItemHeader h2.genericItemTitle {
font-family: 'Open Sans', sans-serif;
/*font-size:16px;*/
font-size:110%;
font-weight:normal;
margin:5px 0;
color:#322760;
}
#component .moduletable h3, #component2 .moduletable h3{
/*font-size:16px;*/
font-size:110%;
font-weight:normal;
margin:0 0 10px 0;
color:#322760;
border-bottom: 2px solid #9b3423;
}
#content .moduletable.filter h3{
border:0;
}
#component table, #component2 table{
font-size:12px;
/*font-size:80%;*/
}
#component table.category, #component2 table.category{
/*font-size:14px;*/
font-size:100%;
}
#component p,#component2 p{
margin: 5px 0px;
}
.muted{
display:none;
}
.spoilers{
clear:both;
}
td .spoilers{
padding-bottom:20px;
border-bottom: 1px dotted #ccc;
}
.spoilers .title{
border-radius: 4px 4px 0 0; 
-moz-border-radius: 4px 4px 0 0; 
-webkit-border-radius: 4px 4px 0 0;
font-family: 'Open Sans', sans-serif;
margin:0;
min-height:19px;
line-height:19px;
/*font-size:14px;*/
font-size:100%;
font-weight:normal;
color:#000000;
background: url("../images/spoiler.jpg") bottom left repeat-x #e5e5e5;
padding:5px 10px;
text-shadow: 0px 0px 4px white;
border:0;
border-bottom:2px solid #888;
}
.spoilers .title:hover{
background: url("../images/spoiler.jpg") bottom left repeat-x #e5e5e5;
}
.spoilers .title.active {
background-position: bottom right;
}
.spoilers .title span{
display:block;
float:right;
width:10px;
height:19px;
background: url("../images/arrow-bottom.gif") center left no-repeat;

}
.spoilers .title.active span{
background: url("../images/arrow-top.gif") center left no-repeat;
}
th.list-title a, th.list-hits a{
font-weight:normal;
}

/*------Blog-----*/
#content fieldset{
border:0;
}
table.category{
width:100%;
border-spacing:0;
border: 1px solid #eee;
}
table.category th{
text-align:left;
background: url("../images/moduletable.jpg") top left repeat-x #1650a2;
color:#ffffff;
padding:5px;
text-shadow: 0px 0px 2px black;
border-bottom:2px solid #113981;
}
table.category .cat-list-row1{
background:#F3F4F6;
}
table.category td{
padding:5px;
}
table.category th a{
color:#ffffff;
}

/*----*/
.item-separator, .result-text{
clear:both;
border-bottom: 1px dotted #d4d5d7;
padding-bottom:10px;
margin-bottom: 10px;
}
.create{
display:inline-block;
padding:2px 5px;
/*font-size:12px;*/
font-size:80%;
color:#ffffff;
/*background: url("../images/date.jpg") top left repeat-x #0069ab;*/
background: url("../images/moduletable.jpg") top left repeat-x #1650a2;
white-space:nowrap;
}
.readmore{
/*font-size:12px;*/
font-size:80%;
float:right;
white-space:nowrap;
}
.moduletable .readmore{
float:right;
margin-top:-10px;
padding-right:10px;
white-space:nowrap;
}
/* --- Images/Photos ---*/
.linkthumb img{
background:#ffffff; border:1px solid #d4d5d7; box-shadow: 0 0 5px rgba(0,0,0,0.2); padding:5px;margin:0 10px 5px 5px;
}
.img-intro-left{
float:left;
background:#ffffff;
border:1px solid #d4d5d7;
box-shadow: 0 0 5px rgba(0,0,0,0.2);
padding:5px;
margin:0 10px 10px 0;
}
.img-intro-right{
float:right;
background:#ffffff;
border:1px solid #d4d5d7;
box-shadow: 0 0 5px rgba(0,0,0,0.2);
padding:5px;
margin:0 0 10px 10px;
}
.img-intro-left img, .img-intro-right img{
max-width:120px;
margin:0;
}
.ja-thumbnailwrap ul.nav {
display:none;
}
/* --- Pagination ---*/
.pagination , .k2Pagination{
text-align:center;
}
.pagination ul, .k2Pagination ul{
display:inline-block;
margin:0;
padding:0;
list-style-type: none;
}
#content .pagination ul li, .k2Pagination ul li{
float:left;
padding:0 5px;
background: none;
}
/* --- K2 ---*/
/* ----------------------------------------------------- */
.itemBackToTop{
display:none;
}
div.itemListCategory {
border:0;
padding:0;
background:none;
}
div.itemListCategory h2{
width:100%;
/*font-size:16px;*/
font-size:110%;
font-weight:normal;
margin:0 0 10px 0;
color:#322760;
border-bottom: 2px solid #9b3423;
}
#component2 div.itemHeader h2.itemTitle , #component2 div.catItemHeader h3.catItemTitle {
font-family: 'Open Sans', sans-serif;
clear:both;
margin:0;
padding:0;
}
div.catItemBody, div.itemBody{
padding:0;
}
.catItemBody{
border-bottom: 1px dotted #d4d5d7;
margin-bottom: 10px;
}
#component h3,#component2 h3{
width:100%;
/*font-size:16px;*/
font-size:110%;
font-weight:normal;
margin:0 0 10px 0;
color:#322760;
}
div.itemExtraFields ul{
/*font-size:12px;*/
font-size:80%;
}
div.itemIntroText { 
font-family: 'Open Sans', sans-serif;
color: #000;
/*font-size:14px;*/
font-size:100%;
font-weight: 400;
line-height: auto;

}
.even {
background:#F3F4F6;
}
div.itemExtraFields ul li span.itemExtraFieldsLabel {
float:left;
width:35%;
}
div.itemExtraFields ul li span.itemExtraFieldsValue {
display:block;
padding-left:36%;
}
div.itemExtraFields ul li {
clear:both;
height:auto;
}
/*---Photos-*/
.item-title {
/*font-size:16px;*/
font-size:110%;
}
#component2 .moduletable .categories-list ul{
margin:0;
padding:0;
list-style-type: none;
list-style-image: none;
}
.categories-list .category-desc {
/*font-size:13px;*/
font-size:90%;
}

.categories-list .category-desc img{
width: 85px;
float:left;
background:#ffffff;
border:1px solid #d4d5d7;
box-shadow: 0 0 5px rgba(0,0,0,0.2);
padding:5px;
margin:0 10px 10px 0;
}
.category-list .category-desc img{
width: auto;
max-width: 250px;
float:left;
background:#ffffff;
border:1px solid #d4d5d7;
box-shadow: 0 0 5px rgba(0,0,0,0.2);
padding:5px;
margin:0 10px 10px 0;
}
.categories-list ul {
margin:0;
padding:0;
list-style-type: none;
}
.categories-list ul li{
float:left;
clear:left;
width:100%;
border-bottom: 1px dotted #ccc;
margin-bottom:10px;
}
div.itemImageBlock, div.catItemImageBlock{
float:left;
margin:0;
padding-left:0;
}
span.catItemImage {
margin:0;
}
span.catItemImage img, span.itemImage img{
padding:3px;
}
.subCategoryMore{
display:none;
}
.subCategory{
text-align:center;
}
.catItemBody {
border-bottom: 1px dotted #ccc;
}

/* --- Bottom module ---*/
/* ----------------------------------------------------- */
#bottom{
clear:both;
margin-top:15px;
/*font-family: 'Arial', sans-serif;*/
}
#bottom .moduletable{
margin-bottom:15px;
}

#bottom a{
display:block;
color:#787878;
/*font-size:13px;*/
font-size:90%;
text-decoration:none;
padding: 5px 0;
}
#bottom a:hover{
text-decoration:underline;
}
/* --- Bottom2 module ---*/
/* ----------------------------------------------------- */
#bottom2{
display:block;
float:left;
clear:both;
padding:20px;
/*font-family: 'Arial', sans-serif;*/
}
#bottom .moduletable2{
float:left;
}

/* --- Footer ---*/
/* ----------------------------------------------------- */
#footer{
clear:both;
width:100%;
margin-top:-223px;
height:223px;
color:#8c8c8a;
}
#footer p{
margin:0;
}
#footer-bg{
width:980px;
margin:0 auto;
min-width: 980px;
height:223px;
background: url("../images/footer.jpg") top left repeat-x #dadfe2;
}
#footer-photo{
position:relative;
width:980px;
height:223px;
background: url("../images/footer-bg.jpg") bottom  right no-repeat;
}
#footer1,#footer2,#footer3{
margin-top:30px;
float:left;
padding-left:25px;
max-width:30%;
}
#footer h3{
font-size:12px;
font-weight:bold;
margin:0;
padding: 0 5px;
color:#8c8c8a;
border-bottom:1px solid #bfbfbd;
}
#footer ul{
font-size:12px;
margin:0;
padding:0;
padding-bottom: 10px;
list-style-type: none;
}
#footer ul li{
border-bottom:1px dotted #bfbfbd;
padding: 0 5px;
}
#footer ul li a{
font-size:12px;
color:#8c8c8a;
text-decoration:none;
}
#footer ul li a:hover{
text-decoration:underline;
}
#footer-line{
font-size:11px;
position:absolute;
width:980px;
padding:25px 25px 15px 25px;
left:0px;
bottom:0;
}
#copyright{
float:left;
padding-right:30px;
}
#rules{
float:left;
width:400px;
}
.edit-icon, .print-icon, .email-icon{
float:right;
margin-right:5px;
}
